-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Remove unused method signatures from corelib and metasig headers #124011
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unused method signatures from corelib and metasig headers #124011
Conversation
|
Tagging subscribers to this area: @agocke |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Removes CoreLibBinder entries and metasig declarations that are no longer referenced by CoreCLR, reducing maintenance surface in the VM’s corelib and metasig header tables.
Changes:
- Pruned a large set of unused
DEFINE_METASIG*signature entries frommetasig.h. - Removed unused CoreLibBinder bindings for
Task.FromException*,ValueTask.FromException*,DBNull.Value,Type.IsImport, and a redundant custom marshaler binding fromcorelib.h.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/coreclr/vm/metasig.h | Removes unused metasig signature definitions to shrink the signature table. |
| src/coreclr/vm/corelib.h | Drops unused CoreLibBinder member bindings that are no longer referenced by the runtime. |
Removed commented-out section for FailFast in metasig.h
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
No description provided.